Version

EditorOptions Method

The options for editor. That should include pairs of specific option and its value in javascript format for an object. Name of option and value should be separated by the ":" character and pairs should be separated by the "," character.
Syntax
'Declaration
 
Public Function EditorOptions( _
   ByVal options As System.String _
) As TOut
public TOut EditorOptions( 
   System.string options
)

Parameters

options
Options for editor.

Example for mask editor: "inputMask:'(000) 000-0000'"

Example for numeric editor: "button:'spin',maxValue:1000,minValue:0"
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub